<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dianpic{
	position: relative;
	width: 1011px;
	margin:40px auto 0 auto
}
.dianpic h2{font-size:36px;margin-bottom:17px;text-align:center;font-weight:normal;line-height:42px;height:60px;}

.dianpic .swiper-container {
	/*padding-bottom: 60px;*/
}

.dianpic .swiper-slide {
	width: 50%;
	height: 300px;
	background: #fff;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
}

.dianpic .swiper-slide img {
	width:100%;
	display: block;
	border-radius: 6px;
}

.dianpic .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

.dianpic .swiper-pagination {
	width: 100%;
	/* bottom: -85px; */
	top: 0;
}

.dianpic .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #030000;
	width: 10px;
	height: 10px;
	opacity: .6;
}

.dianpic .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 34px;
	display: inline-block;
	height: 10px;
	border-radius: 10px;
	transition: width .4s cubic-bezier(.4, 0, .2, 1);
	background-image: linear-gradient(80deg, #0989c5, #995cb6);
	opacity: 1;
}

.dianpic .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background:url("../images/pic_btn_left1.png") no-repeat;
}
.dianpic .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background:url("../images/pic_btn_right1.png") no-repeat;
}

.dianpic .swiper-button-prev {
	left: -74px;
	top: 146px;
	width: 54px;
	height: 54px;
}

.dianpic .swiper-button-next {
	right: 350px;
	top: 700px;
	width: 54px;
	height: 54px;
	right: -72px;
	top: 146px;
}
.short{
	width:100%;position: absolute;bottom: 0;text-align: center;
}
.short .bg{
	width:100%;
	opacity: 0.6;
	height:58px;
	background: #000000;
	position: absolute;
	bottom: 0;
}
.short .addr{
	width:100%;position: absolute;bottom: 0;text-align: center;
}
.short span{
	color:#fff;
	line-height: 58px;
	background: url(../images/map.png) no-repeat 0 7px;
	background-size: 21%;
	padding-left:24px;
	font-size: 26px;
}

.long{
	width:100%;position: absolute;bottom: 0;text-align: center;display: none;
} 
.long .bg{
	width:100%;
	opacity: 0.6;
	height:86px;
	background: #000000;
	position: absolute;
	bottom: 0;
}
.long .addr{
	width:100%;position: absolute;bottom: 46px;text-align: center;
}
.long span{
	color:#fff;
	line-height: 38px;
	background: url(../images/map.png) no-repeat 0 4px;
	padding-left:24px;
	font-size: 18px;
}
.long .addr1{
	position: absolute;bottom: 7px;width: 100%;
}
.long .addr1 div{
	color: #fff;font-size: 14px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 5px;
}</pre></body></html>